{% extends 'att/report/base.html' %} {% load i18n static common %} {% block opts_modify %} $("#{{ model_name }}_search_timetable").css("display","none"); $.extend(opts, { cols: [[ {field:'emp_code', width:120, title: "{% trans 'report_column_empCode' %}", sort: true} ,{field:'first_name', title: "{% trans 'report_column_firstName' %}"} ,{field:'last_name', title: "{% trans 'report_column_lastName' %}", hide: true} ,{field:'nick_name', title: "{% trans 'report_column_nickName' %}", hide: true} ,{field:'gender', width:80, title: "{% trans 'report_column_gender' %}", hide: true} ,{field:'dept_code', title: "{% trans 'report_column_departmentCode' %}", hide: true} ,{field:'dept_name', width:140, title: "{% trans 'report_column_departmentName' %}"} ,{field:'position_code', title: "{% trans 'report_column_positionCode' %}", hide: true} ,{field:'position_name', title: "{% trans 'report_column_positionName' %}", hide: true} ,{field:'att_date', title: "{% trans 'report_column_attendanceDate' %}", sort: true} ,{field:'weekday', width:80, title: "{% trans 'report_column_attendanceWeekday' %}", width:100} ,{field:'first_punch', title: "{% trans 'report_column_firstPunch' %}"} ,{field:'last_punch', title: "{% trans 'report_column_lastPunch' %}"} ,{field:'total_time', title: "{% trans 'report_column_totalDuration' %}"} ]] ,method: "get" ,url: "/att/api/firstLastReport/" //,url: "/att/api/report/firstlast_report/" }); {% endblock %}